@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/Cash Receipt System/Pages/Report Pages/Dashboard/Dashboard.razor.rz.scp.css */
body[b-hrqr8ojijk] {
    
}

h1[b-hrqr8ojijk]{
    color:blue;
}


.my-card[b-hrqr8ojijk] {
    box-shadow: 5px 5px 5px grey;
    
    transition: 0.5s all ease-in-out;
}

 
    .my-card:hover[b-hrqr8ojijk] {
        box-shadow:15px 15px 5px grey;
        border: 1px solid lightgrey;
        z-index:1024;
        transform: scale(1.05);
    }
/* _content/Cash Receipt System/Pages/Report Pages/Head Wise Report/Head Wise Report.razor.rz.scp.css */
.trEvenIndex[b-l3t6i1z8d4] {
    background-color: lightgreen;
}

.trOddIndex[b-l3t6i1z8d4] {
    background-color:lightblue;
}


.tableDIV table tbody tr:hover[b-l3t6i1z8d4] {
    background-color: lightgray;
    transition:all linear 0.05s;
}

 
/* _content/Cash Receipt System/Pages/Transactions Pages/Tractor GST Invoice/Tractor GST Invoice New.razor.rz.scp.css */
div.actionButton[b-6ef8w9ubg7] {
    display: flex;
    justify-content: space-evenly;
    vertical-align:central;
 
}
.actionButton > div[b-6ef8w9ubg7] {
    color: white;
    padding: 5px;
}
th .fa[b-6ef8w9ubg7] {
    cursor: pointer;
}
th:first-child[b-6ef8w9ubg7], td:first-child[b-6ef8w9ubg7] {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #0D6EFD;
}

 

.myTooltip[b-6ef8w9ubg7] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; 
}

    /* Tooltip text */
    .myTooltip .myTooltiptext[b-6ef8w9ubg7] {
        visibility: hidden;
        width:100px;
        bottom: 100%;
        left: 50%;
        margin-left: -15px;
        background-color: #198754;
        opacity: 0.0;
        color: white;
        text-align: center;
        padding: 5px 0;
        border-radius: 20px;
        position: absolute;
        z-index: 1024;
        transition: 0.5s all;
    }

    

    /* Show the tooltip text when you mouse over the tooltip container */
    .myTooltip:hover .myTooltiptext[b-6ef8w9ubg7] {
        visibility: visible;
        opacity:1;
    }

    tr:nth-child(even)[b-6ef8w9ubg7]{
        background-color:lightgrey;
        color:black;
    }
tbody > tr:hover[b-6ef8w9ubg7] {
    background-color: #0D6EFD;
    color: White;
    box-shadow: white 0px -5px 15px inset;
    transition: 0.2s all;
}
/* _content/Cash Receipt System/Shared/MainLayout.razor.rz.scp.css */
.page[b-i7023a5m5t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i7023a5m5t] {
    flex: 1;
}

.sidebar[b-i7023a5m5t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i7023a5m5t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i7023a5m5t]  a, .top-row .btn-link[b-i7023a5m5t] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-i7023a5m5t] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-i7023a5m5t] {
        display: none;
    }

    .top-row.auth[b-i7023a5m5t] {
        justify-content: space-between;
    }

    .top-row a[b-i7023a5m5t], .top-row .btn-link[b-i7023a5m5t] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i7023a5m5t] {
        flex-direction: row;
    }

    .sidebar[b-i7023a5m5t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i7023a5m5t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-i7023a5m5t], article[b-i7023a5m5t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Cash Receipt System/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4ewy0utg0b] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4ewy0utg0b] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.top-row label[b-4ewy0utg0b],a[b-4ewy0utg0b]{
    font-size:1.5vh;
}
.navbar-brand[b-4ewy0utg0b] {
    font-size: 1.1rem;
}

.oi[b-4ewy0utg0b] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4ewy0utg0b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4ewy0utg0b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4ewy0utg0b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4ewy0utg0b]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4ewy0utg0b]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4ewy0utg0b]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4ewy0utg0b] {
        display: none;
    }

    .collapse[b-4ewy0utg0b] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4ewy0utg0b] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
